www.gusucode.com > 搜索动力2010 v4.9 > 搜索动力2010 v4.9\code\rank.asp

    <%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="config.asp"-->
<!--#include file="synchron.asp"-->
<%
url="http://"&serverline&"/zxsou/rank.asp"
Html=GetPage(url)
Rank=GetContent(Html,"<!--rank top-->","<!--rank bottom-->",0)
%><!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="gb2312">
<head>
<meta http-equiv="content-type" content="text/html; charset=gb2312">
<meta http-equiv="content-language" content="gb2312">
<title><%=name%></title>
<!--#include file="skin.asp"-->
</head>
<script type="text/javascript" src="<%=sysurl%>js/skin.js" mce_src="<%=sysurl%>js/skin.js"></script>
<body>
<br>
<div id="logo"><a href="<%=weburl%>"><img src="images/space.gif" alt="<%=name%>" width=100% height=100% border="0"></a></div>
<%if synchronup=1 then%>
<%=rank%>
<%else%>
<script src="http://<%=serverline%>/zxsou/rank.asp?list=unionjs"></script>
<%end if%>
<div id="footer01"><a href="<%=weburl%>">返回首页</a></div>
<%if statview<>"true" then%><div class="help"><%end if%><%=stat%><%if statview<>"true" then%></div><%end if%>
</body>
</html>